Skip to content

daftspunk/CVE-2021-32648

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CVE-2021-32648

Patch your code for October CMS Auth Bypass CVE-2021-32648

Instructions

  1. Open the file vendor/october/rain/src/Auth/Models/User.php
  2. Perform the patch found in these diff notes
  3. Save the file

Overview

You are converting a loose comparison to a strict comparison by replacing two (2) equal signs == with three (3) equal signs ===. This blocks the attack vector as described in CVE-2021-32648 and also CVE-2021-29487.

This issue has been patched in October CMS Build 472 (v1.0.472+) and v1.1.5+. This issue does not affect v2.0.0+.

About

Patch your code for October CMS Auth Bypass CVE-2021-32648

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages